home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Tests / strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-21  |  69 b   |  10 lines  |  [TEXT/MPS ]

  1. main()
  2. {
  3.     printf("foo bar");
  4. }
  5.  
  6. foo()
  7. {
  8.     printf("foo bar", "baz");
  9. }
  10.